home *** CD-ROM | disk | FTP | other *** search
/ CD ROM Paradise Collection 4 / CD ROM Paradise Collection 4 1995 Nov.iso / science / earthqua.zip / EQSIM / GENDISP.H < prev    next >
Text File  |  1995-02-04  |  350b  |  16 lines

  1. // GENDISP.H - Include file for GENDISP.CPP
  2. // Created by Misha Koshelev
  3.  
  4. // Definitons
  5.  
  6. #define FALSE 0
  7. #define TRUE 1
  8.  
  9. // Functions from GENDISP.CPP
  10.  
  11. void init_globals(double, unsigned int, double, double, double);
  12. void done_globals(void);
  13. double dblrand(double, unsigned char);
  14. double spectrum(double, double);
  15. double disp(double);
  16.